算法與數據結構基礎 - 位運算(Bit Manipulation) 位運算基礎 說到與(&)、或(|)、非(~)、異或(^)、位移等位運算,就得說到位運算的各種奇淫巧技,下面分運算符說明。 1. 與(&) 計算式 a&b,a、b各位 ...